toggle menu
JxBrowser
8.1.0
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.ui.event
/
[jvm]TouchEvent
Touch
Event
interface
TouchEvent
A common interface that all touch events must extend.
Since
8.0.0
Inheritors
TouchMoved
TouchCanceled
TouchStarted
TouchEnded
Members
Functions
changed
Touches
Link copied to clipboard
abstract
fun
changedTouches
(
)
:
List
<
TouchPoint
>
The touch points that contributed to the event.
target
Touches
Link copied to clipboard
abstract
fun
targetTouches
(
)
:
List
<
TouchPoint
>
The touch points that have started on the target element of this event.
touches
Link copied to clipboard
abstract
fun
touches
(
)
:
List
<
TouchPoint
>
All touch points that are currently present on the screen.